home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m17.dir / 00183.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  581 b   |  25 lines

  1. on exitFrame
  2.   global gOverviewFrame, gTextField
  3.   if gOverviewFrame = "place1.12" then
  4.     set gTextField to "majorareas.txt"
  5.     showtext()
  6.   end if
  7.   if gOverviewFrame = "place2.8" then
  8.     set gTextField to "adamjoseph.txt"
  9.     showtext()
  10.   end if
  11.   if gOverviewFrame = "place3.6" then
  12.     set gTextField to "mosessamuel.txt"
  13.     showtext()
  14.   end if
  15.   if gOverviewFrame = "place4.7" then
  16.     set gTextField to "unitedkingdom.txt"
  17.     showtext()
  18.   end if
  19.   if gOverviewFrame = "place5.6" then
  20.     set gTextField to "divided.txt"
  21.     showtext()
  22.   end if
  23.   go(gOverviewFrame)
  24. end
  25.